CPLFetchBool

Function CPLFetchBool 

Source
pub unsafe extern "C" fn CPLFetchBool(
    papszStrList: CSLConstList,
    pszKey: *const c_char,
    bDefault: bool,
) -> bool