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