pub unsafe fn JsCallFunction(
    function: *const c_void,
    arguments: &[*const c_void],
    result: Option<*mut *mut c_void>
) -> JsErrorCode