pub unsafe extern "C" fn LLVMGetDataLayoutStr(
    M: &Module
) -> *const c_char
Expand description

Data layout. See Module::getDataLayout.