Function windows_sys::Win32::System::Registry::RegCreateKeyTransactedA

pub unsafe extern "system" fn RegCreateKeyTransactedA(
    hkey: HKEY,
    lpsubkey: PCSTR,
    reserved: u32,
    lpclass: PCSTR,
    dwoptions: REG_OPEN_CREATE_OPTIONS,
    samdesired: REG_SAM_FLAGS,
    lpsecurityattributes: *const SECURITY_ATTRIBUTES,
    phkresult: *mut HKEY,
    lpdwdisposition: *mut REG_CREATE_KEY_DISPOSITION,
    htransaction: HANDLE,
    pextendedparemeter: *const c_void,
) -> WIN32_ERROR