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