[]Function skyline::libc::strncpy

pub unsafe extern "C" fn strncpy(
    dst: *mut u8,
    src: *const u8,
    n: usize
) -> *mut u8