windows::Win32::UI::Shell

Function SHRegCreateUSKeyA

pub unsafe fn SHRegCreateUSKeyA<P0>(
    pszpath: P0,
    samdesired: u32,
    hrelativeuskey: Option<isize>,
    phnewuskey: *mut isize,
    dwflags: u32,
) -> WIN32_ERROR
where P0: Param<PCSTR>,