winapi::um::winbase

Function CopyFileW

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