GDALFindDataType

Function GDALFindDataType 

Source
pub unsafe extern "C" fn GDALFindDataType(
    nBits: c_int,
    bSigned: c_int,
    bFloating: c_int,
    bComplex: c_int,
) -> Type