Function UI_method_get_data_destructor

Source
pub unsafe extern "C" fn UI_method_get_data_destructor(
    method: *const ui_method_st,
) -> Option<unsafe extern "C" fn(_: *mut ui_st, _: *mut c_void)>