winapi::um::winbase

Function WritePrivateProfileStringW

Source
pub unsafe extern "system" fn WritePrivateProfileStringW(
    lpAppName: LPCWSTR,
    lpKeyName: LPCWSTR,
    lpString: LPCWSTR,
    lpFileName: LPCWSTR,
) -> BOOL