Function windows::Wdk::System::Registry::ZwCreateKeyTransacted
pub unsafe fn ZwCreateKeyTransacted<P0>(
keyhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
titleindex: u32,
class: Option<*const UNICODE_STRING>,
createoptions: u32,
transactionhandle: P0,
disposition: Option<*mut u32>,
) -> NTSTATUSwhere
P0: Param<HANDLE>,