pub unsafe extern "C" fn LL_DMA_Init(
    DMAx: *mut DMA_TypeDef,
    Channel: u32,
    DMA_InitStruct: *mut LL_DMA_InitTypeDef
) -> ErrorStatus