Function windows_sys::Wdk::System::Registry::ZwCreateKey

pub unsafe extern "system" fn ZwCreateKey(
    keyhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    titleindex: u32,
    class: *const UNICODE_STRING,
    createoptions: u32,
    disposition: *mut u32,
) -> NTSTATUS