Function windows::Win32::Globalization::uloc_setKeywordValue

pub unsafe fn uloc_setKeywordValue<P0, P1, P2>(
    keywordname: P0,
    keywordvalue: P1,
    buffer: P2,
    buffercapacity: i32,
    status: *mut UErrorCode,
) -> i32
where P0: Param<PCSTR>, P1: Param<PCSTR>, P2: Param<PCSTR>,