Function js_realloc

Source
pub unsafe extern "C" fn js_realloc(
    ctx: *mut JSContext,
    ptr: *mut c_void,
    size: size_t,
) -> *mut c_void