Function js_calloc

Source
pub unsafe extern "C" fn js_calloc(
    ctx: *mut JSContext,
    count: u64,
    size: u64,
) -> *mut c_void