pub unsafe extern "C" fn strncpy(
    _Destination: *mut c_char,
    _Source: *const c_char,
    _Count: size_t
) -> *mut c_char