[][src]Function sunrise_kernel::checks::check_lower_than_usize

pub fn check_lower_than_usize(
    val: u64,
    err: UserspaceError
) -> Result<(), UserspaceError>

Checks the given u64 fits an usize on this architecture.