Skip to main content

drwrap_is_wrapped

Function drwrap_is_wrapped 

Source
pub unsafe extern "C" fn drwrap_is_wrapped(
    func: app_pc,
    pre_func_cb: Option<unsafe extern "C" fn(wrapcxt: *mut c_void, user_data: *mut *mut c_void)>,
    post_func_cb: Option<unsafe extern "C" fn(wrapcxt: *mut c_void, user_data: *mut c_void)>,
) -> bool_
Expand description

\return whether \p func is currently wrapped with \p pre_func_cb and \p post_func_cb.