pub unsafe fn NetDfsRemoveFtRoot<P0, P1, P2>(
    servername: P0,
    rootshare: P1,
    ftdfsname: P2,
    flags: u32,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,