pub unsafe extern "system" fn CompareStringA(
    locale: u32,
    dwcmpflags: u32,
    lpstring1: *const i8,
    cchcount1: i32,
    lpstring2: *const i8,
    cchcount2: i32
) -> COMPARESTRING_RESULT