Function windows::Win32::Networking::Clustering::ResUtilSetValueEx

pub unsafe fn ResUtilSetValueEx<P0, P1>(
    hkeyclusterkey: P0,
    valuename: P1,
    valuetype: u32,
    valuedata: &[u8],
    flags: u32,
) -> u32
where P0: Param<HKEY>, P1: Param<PCWSTR>,