Function JS_NewStringLen

Source
pub unsafe extern "C" fn JS_NewStringLen(
    ctx: *mut JSContext,
    str1: *const i8,
    len1: u32,
) -> u64