Skip to main content

NativeSimFunc

Type Alias NativeSimFunc 

Source
pub type NativeSimFunc = unsafe extern "sysv64" fn(*mut u8) -> i64;
Expand description

JIT function type: fn(state: *mut u8) -> i64