pub unsafe extern "C" fn Dart_FunctionIsStatic(
    function: Dart_Handle,
    is_static: *mut bool
) -> Dart_Handle