pub unsafe fn UpdateICMRegKeyA<P0, P1>(
    reserved: u32,
    lpszcmid: P0,
    lpszfilename: P1,
    command: ICM_COMMAND
) -> BOOL
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,