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