Function windows::Win32::UI::Shell::DeleteProfileW

pub unsafe fn DeleteProfileW<P0, P1, P2>(
    lpsidstring: P0,
    lpprofilepath: P1,
    lpcomputername: P2
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>, P2: IntoParam<PCWSTR>,