Function windows_sys::Wdk::System::Registry::NtCreateKey
pub unsafe extern "system" fn NtCreateKey(
keyhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
titleindex: u32,
class: *const UNICODE_STRING,
createoptions: u32,
disposition: *mut u32,
) -> NTSTATUS