pub unsafe extern "C" fn g_test_add_data_func(
    testpath: *const i8,
    test_data: *const c_void,
    test_func: Option<unsafe extern "C" fn(_: *const c_void)>
)