[][src]Type Definition napi_sys::uv_malloc_func

type uv_malloc_func = Option<unsafe extern "C" fn(size: size_t) -> *mut c_void>;