Function mozjs::jsapi::JS_string_realloc

source ·
pub unsafe extern "C" fn JS_string_realloc(
    cx: *mut JSContext,
    p: *mut c_void,
    oldBytes: usize,
    newBytes: usize
) -> *mut c_void