Function windows::Wdk::System::Registry::NtCreateKey

pub unsafe fn NtCreateKey(
    keyhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    titleindex: u32,
    class: Option<*const UNICODE_STRING>,
    createoptions: u32,
    disposition: Option<*mut u32>,
) -> NTSTATUS