pub unsafe extern "C" fn mount(
    src: *const i8,
    target: *const i8,
    fstype: *const i8,
    flags: u64,
    data: *const c_void
) -> i32