Function libc::funcs::extra::kernel32::CopyFileW

source ยท
pub unsafe extern "system" fn CopyFileW(
    lpExistingFileName: LPCWSTR,
    lpNewFileName: LPCWSTR,
    bFailIfExists: BOOL,
) -> BOOL