Function js_strdup

Source
pub unsafe extern "C" fn js_strdup(
    ctx: *mut JSContext,
    str_: *const i8,
) -> *mut i8