JS_string_realloc

Function 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