winapi::um::fileapi

Function GetFullPathNameW

Source
pub unsafe extern "system" fn GetFullPathNameW(
    lpFileName: LPCWSTR,
    nBufferLength: DWORD,
    lpBuffer: LPWSTR,
    lpFilePart: *mut LPWSTR,
) -> DWORD