Type Definition libquickjspp_sys::JSInterruptHandler

source ·
pub type JSInterruptHandler = Option<unsafe extern "C" fn(rt: *mut JSRuntime, opaque: *mut c_void) -> c_int>;