Function g_test_add_data_func

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)>,
)