Function hirofa_quickjs_sys::js_realloc

source ยท
pub unsafe extern "C" fn js_realloc(
    ctx: *mut JSContext,
    ptr: *mut c_void,
    size: usize,
) -> *mut c_void