Type Alias mozjs::jsapi::JS_ICUReallocFn
source · pub type JS_ICUReallocFn = Option<unsafe extern "C" fn(_: *const c_void, _: *mut c_void, _: usize) -> *mut c_void>;
Aliased Type§
enum JS_ICUReallocFn {
None,
Some(unsafe extern "C" fn(_: *const c_void, _: *mut c_void, _: usize) -> *mut c_void),
}