Function MoveFileA
pub unsafe fn MoveFileA<P0, P1>(
lpexistingfilename: P0,
lpnewfilename: P1,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
pub unsafe fn MoveFileA<P0, P1>(
lpexistingfilename: P0,
lpnewfilename: P1,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,