[][src]Function ndk_sys::renameat

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