Function mozjs_sys::jsapi::JS_NewStringCopyN

source ยท
pub unsafe extern "C" fn JS_NewStringCopyN(
    cx: *mut JSContext,
    s: *const c_char,
    n: usize,
) -> *mut JSString