pub unsafe extern "C" fn dr_unregister_persist_patch(
func_patch: Option<unsafe extern "C" fn(drcontext: *mut c_void, perscxt: *mut c_void, bb_start: *mut byte, bb_size: usize, user_data: *mut c_void) -> bool_>,
) -> bool_Expand description
Unregister a callback function for patching persisted code. \return true if unregistration is successful and false if it is not (e.g., the function was not registered).