pub fn create_syscall_interrupt(
    handler: extern "cdecl" fn(state: &mut InterruptAllSavedState)
)