Function JS_GetModulePrivateValue

Source
pub unsafe extern "C" fn JS_GetModulePrivateValue(
    ctx: *mut JSContext,
    m: *mut JSModuleDef,
) -> JSValue