pub unsafe extern "C" fn LLVMGetDataLayout(
    M: LLVMModuleRef
) -> *const c_char
👎Deprecated since 3.9: Confusingly named. Use LLVMGetDataLayoutStr.