Function windows::Win32::UI::Shell::DeleteProfileA

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