pub unsafe extern "C" fn R_ToplevelExec(
    fun: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
    data: *mut c_void
) -> Rboolean