Skip to main content

jump_to_user_land

Function jump_to_user_land 

Source
pub unsafe fn jump_to_user_land(
    entry_point: usize,
    code_size: usize,
    arg: &[&str],
) -> !
Available on crate feature common-os only.