pub unsafe extern "system" fn JsCallFunction(
    function: *const c_void,
    arguments: *const *const c_void,
    argumentcount: u16,
    result: *mut *mut c_void
) -> JsErrorCode