Function windows::Win32::Globalization::uloc_getKeywordValue
pub unsafe fn uloc_getKeywordValue<P0, P1, P2>(
localeid: P0,
keywordname: P1,
buffer: P2,
buffercapacity: i32,
status: *mut UErrorCode,
) -> i32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,