pub unsafe extern "C" fn ListRemoveItem( aList: *mut List, content: *mut c_void, callback: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: *mut c_void) -> c_int>, ) -> c_int