[][src]Function uapi::mount

pub fn mount<'a, 'b, 'c, 'd>(
    src: impl IntoUstr<'a>,
    target: impl IntoUstr<'b>,
    fstype: impl IntoUstr<'c>,
    flags: c_ulong,
    data: Option<&'d [MaybeUninit<u8>]>
) -> Result<()>