Function g_test_add_data_func_full

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