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