Function ndk_sys::linkat

source ·
pub unsafe extern "C" fn linkat(
    __old_dir_fd: c_int,
    __old_path: *const c_char,
    __new_dir_fd: c_int,
    __new_path: *const c_char,
    __flags: c_int
) -> c_int