Skip to main content

PatchFn

Type Alias PatchFn 

Source
pub type PatchFn = unsafe extern "C" fn(host_state: *mut c_void, input: *const c_void, output: *mut c_void) -> i32;