pub unsafe extern "C" fn OQS_MEM_malloc(size: usize) -> *mut c_void
Allocates memory of a given size. @param size The size of the memory to be allocated in bytes. @return A pointer to the allocated memory.