pub unsafe extern "system" fn GetPrivateProfileStringW(
    lpappname: PCWSTR,
    lpkeyname: PCWSTR,
    lpdefault: PCWSTR,
    lpreturnedstring: PWSTR,
    nsize: u32,
    lpfilename: PCWSTR,
) -> u32