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