pub unsafe extern "C" fn wcscpy(
    _Destination: *mut u16,
    _Source: *const u16
) -> *mut u16