pub unsafe extern "C" fn OGR_ST_GetRGBFromString(
    hST: OGRStyleToolH,
    pszColor: *const c_char,
    pnRed: *mut c_int,
    pnGreen: *mut c_int,
    pnBlue: *mut c_int,
    pnAlpha: *mut c_int
) -> c_int