pub fn get_syscall_table() -> Result<&'static SyscallTable>Expand description
get or initialize the global syscall table
note: in no_std mode, this creates a new table each call since global lazy initialization requires std. consider caching the result yourself in no_std environments.