Function SetupSetDirectoryIdExA
pub unsafe fn SetupSetDirectoryIdExA<P2>(
infhandle: *const c_void,
id: u32,
directory: P2,
flags: u32,
reserved1: Option<u32>,
reserved2: Option<*const c_void>,
) -> Result<()>where
P2: Param<PCSTR>,