pub unsafe fn CreateDirectoryExA<'a>( lptemplatedirectory: impl IntoParam<'a, PSTR>, lpnewdirectory: impl IntoParam<'a, PSTR>, lpsecurityattributes: *mut SECURITY_ATTRIBUTES, ) -> BOOL